Vcenter Vcha Cluster NodeRuntimeInfo

Vcenter Vcha Cluster NodeRuntimeInfo
Vcenter Vcha Cluster NodeRuntimeInfo

The Vcenter Vcha Cluster NodeRuntimeInfo schema describes a node's runtime information in a VCHA Cluster.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "state": "string",
    "role": "string",
    "placement": {
        "management_vcenter_name": "string",
        "management_vcenter_server_guid": "string",
        "vm_name": "string",
        "datacenter": "string",
        "datacenter_name": "string",
        "host": "string",
        "host_name": "string",
        "cluster": "string",
        "cluster_name": "string",
        "ha_network": "string",
        "ha_network_name": "string",
        "ha_network_type": "string",
        "management_network": "string",
        "management_network_name": "string",
        "management_network_type": "string",
        "storage": {
            "datastore": "string",
            "datastore_name": "string"
        },
        "bios_uuid": "string"
    }
}
string
state
Optional

Last known state of the node.
The active node's management vCenter server credentials are not required to populate Vcenter Vcha Cluster NodeRuntimeInfo.state.

For more information see: Vcenter Vcha Cluster NodeState.

This property was added in vSphere API 6.7.1.

If missing or null, then information is unavailable or the passive and witness nodes are not cloned yet.

string
role
Optional

Last known role of the node.
The active node's management vCenter server credentials are not required to populate Vcenter Vcha Cluster NodeRuntimeInfo.role.

For more information see: Vcenter Vcha Cluster NodeRole.

This property was added in vSphere API 6.7.1.

If missing or null, then information is unavailable or the passive and witness nodes are not cloned yet.

placement
Optional

Placement information of the node.
The active node's management vCenter server credentials are required to populate most properties of Vcenter Vcha Cluster NodeRuntimeInfo.placement.

This property was added in vSphere API 6.7.1.

If missing or null, then the information is unavailable or the specified Active vCenter server management credentials are invalid or the node is not cloned yet or the VCHA cluster was deployed in a manual fashion.